projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b76610
)
Remove unused variable
author
Kristian Rietveld
<kris@gtk.org>
Tue, 1 Sep 2009 16:06:56 +0000
(18:06 +0200)
committer
Kristian Rietveld
<kris@gtk.org>
Sat, 5 Sep 2009 15:15:42 +0000
(17:15 +0200)
gtk/tests/filtermodel.c
patch
|
blob
|
history
diff --git
a/gtk/tests/filtermodel.c
b/gtk/tests/filtermodel.c
index 872fe8852c063f92870658fc71859eeaccac7cce..b1c3bef0ac3d897f03536e026733bea77947e402 100644
(file)
--- a/
gtk/tests/filtermodel.c
+++ b/
gtk/tests/filtermodel.c
@@
-1195,9
+1195,8
@@
static void
specific_root_mixed_visibility (void)
{
int i;
- /* A bit nasty, apologies */
- GtkWidget *view;
GtkTreeModel *filter;
+ /* A bit nasty, apologies */
FilterTest fixture;
fixture.store = gtk_tree_store_new (2, G_TYPE_STRING, G_TYPE_BOOLEAN);